home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / Snipper.exe / 0 / RCDATA / TFRMSNIPPERHELP / TFRMSNIPPERHELP.txt < prev   
Text File  |  2001-03-09  |  2KB  |  74 lines

  1. object frmSnipperHelp: TfrmSnipperHelp
  2.   Left = 228
  3.   Top = 262
  4.   ActiveControl = BitBtn1
  5.   BorderStyle = bsToolWindow
  6.   Caption = ' '
  7.   ClientHeight = 193
  8.   ClientWidth = 258
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 208
  23.     Top = 0
  24.     Width = 36
  25.     Height = 37
  26.     Picture.Data = {<image001.ico>}
  27.   end
  28.   object Image2: TImage
  29.     Left = 208
  30.     Top = 40
  31.     Width = 35
  32.     Height = 36
  33.     Picture.Data = {<image002.ico>}
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 0
  37.     Top = 0
  38.     Width = 201
  39.     Height = 193
  40.     Align = alLeft
  41.     Color = clNavy
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWhite
  44.     Font.Height = -11
  45.     Font.Name = 'Comic Sans MS'
  46.     Font.Style = []
  47.     Lines.Strings = (
  48.       'MiniMacro'#39's Clipboard Snipper '
  49.       'tracks the text that has been '
  50.       'copied to the clipboard during the '
  51.       'current session.  To copy a snippet '
  52.       'back into an application simply'
  53.       'press the Copy to Clipboard button '
  54.       'when the desired text is displayed in '
  55.       'the window on the right. This copies '
  56.       'the selection back to the clipboard, '
  57.       'ready to be inserted into the '
  58.       'appropriate application.'
  59.       '')
  60.     ParentFont = False
  61.     ReadOnly = True
  62.     TabOrder = 0
  63.   end
  64.   object BitBtn1: TBitBtn
  65.     Left = 203
  66.     Top = 168
  67.     Width = 54
  68.     Height = 19
  69.     Caption = '&Close'
  70.     TabOrder = 1
  71.     OnClick = BitBtn1Click
  72.   end
  73. end
  74.